home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / feednfrenzy.swf / scripts / frame_611 / PlaceObject2_220_37 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-09-25  |  255b  |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(this._y > _root.depth._y + 5)
  3.    {
  4.       this._alpha = 0;
  5.    }
  6.    if(this._y > _root.depth._y + 5)
  7.    {
  8.       removeMovieClip(this);
  9.    }
  10.    this._y += 6;
  11.    this._x += _global.xgo;
  12.    this._y += _global.ygo;
  13. }
  14.